ARM64: zynqmp: Support for multiple PM IDs assigned to a PM domain
authorFilip Drazic <[email protected]>
Mon, 29 Aug 2016 17:32:59 +0000 (19:32 +0200)
committerMichal Simek <[email protected]>
Tue, 15 Nov 2016 14:30:39 +0000 (15:30 +0100)
Previously, it was assumed that there is a 1:1 mapping between
PM ID defined in the platform firmware and a PM domain. However, there
can be a situation where multiple PM IDs belong to a single PM domain
(e.g. PM IDs for GPU and two pixel processors correspond to a single
PM domain).

This patch adds support for assigning more than one PM ID to
a single PM domain.

Updated documentation accordingly.

Assigned pixel processors PM IDs to GPU PM domain.

Signed-off-by: Filip Drazic <[email protected]>
Signed-off-by: Soren Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp.dtsi

index c2eb0c5d4e96a9ecafd1b8898d847ed688b4415a..172ba8cfcf009ab963912e6933414427503ee945 100644 (file)
 
                pd_gpu: pd-gpu {
                        #power-domain-cells = <0x0>;
-                       pd-id = <0x3a>;
+                       pd-id = <0x3a 0x14 0x15>;
                };
        };